Fix Win32 popup focus when using SSD
authorfirox263 <mjak923@aucklanduni.ac.nz>
Tue, 6 Oct 2020 09:37:35 +0000 (22:37 +1300)
committerfirox263 <mjak923@aucklanduni.ac.nz>
Tue, 6 Oct 2020 09:37:35 +0000 (22:37 +1300)
commitf0a8c6311e2e3549aca9956f17e0ff980d9eb579
tree7f25055fb03b048a86da7d9fd2c16e80fd3076fe
parentb6d40677174565ba84d744113177acccc9de5b29
Fix Win32 popup focus when using SSD

Prevents GDK Popups from stealing focus from the parent window when
using Server Side Decorations on win32.

It uses `ShowWindow` and the `SW_SHOWNOACTIVATE` flag.
gdk/win32/gdksurface-win32.c